home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-12-19 | 652 b | 24 lines |
- #
- # This make file is for the poly3d-h utility for Windows NT
- #
- # Gershon Elber, June 1993
- #
-
- # Includes generic definitions.
- include ..\makeflag.wnt
-
- OBJS = out-edge.obj poly3d-h.obj prepdata.obj
-
- poly3d-h.exe: $(OBJS)
- $(IRITCONLINK) -out:poly3d-h.exe $(OBJS) $(LIBS) $(W32CONLIBS)
-
- install: poly3d-h.exe
- copy poly3d-h.exe $(BIN_DIR)
- del poly3d-h.exe
- copy poly3d-h.cfg $(BIN_DIR)
-
- # Dependencies starts here - do not touch, generated automatically.
- out-edge.obj: program.h ../include/genmat.h
- poly3d-h.obj: program.h ../include/getarg.h ../include/genmat.h ../include/config.h ../include/ip_cnvrt.h
- prepdata.obj: program.h ../include/genmat.h
-